scss modules

67

// styles.scss
@use 'base';

.inverse {
  background-color: base.$primary-color;
  color: white;
}

Comments

Submit
0 Comments